Skip to content

Commit f1865ab

Browse files
committed
cran
1 parent ed2cd94 commit f1865ab

6 files changed

+61
-6
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
^CRAN-RELEASE$
1111
^LICENSE\.md$
1212
^docs$
13+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.2.2
2+
Date: 2024-11-04 13:58:30 UTC
3+
SHA: ed2cd948cf15e10a86fbacd44fb6b07be2f6854c

R/pmlb.R

+1-4
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,8 @@ fetch_data <- function(dataset_name, return_X_y = FALSE, local_cache_dir = NA, d
119119
#'
120120
#' BioData Mining 10, page 36.
121121
#'
122-
#' I have no affiliation with the authors of PMLB or the University of Pennsylvania.
123-
#'
124-
#' @docType package
125122
#' @name pmlb
126-
NULL
123+
"_PACKAGE"
127124

128125
#' Download a File Gracefully with Retry Mechanism
129126
#'

man/graceful_download.Rd

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pmlb.Rd

+23-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pmlbr-package.Rd

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)