Skip to content

Commit

Permalink
Reordering/streamlining the DESCRIPTION and re-documenting the pack…
Browse files Browse the repository at this point in the history
…age as a whole
  • Loading branch information
njlyon0 committed Apr 10, 2024
1 parent b7d8894 commit 0bbd55f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Package: metajam
Type: Package
Title: Easily Download Data and Metadata from 'DataONE'
Version: 0.2.3
Date: 2020-10-14
Authors@R: c(
person("Julien", "Brun",
email = "[email protected]",
Expand Down Expand Up @@ -41,8 +40,11 @@ Maintainer: Julien Brun <[email protected]>
Description: A set of tools to foster the development of reproducible analytical workflow by simplifying the download of data and
metadata from 'DataONE' (<https://www.dataone.org>) and easily importing this information into R.
License: Apache License (== 2.0)
URL: https://github.com/nceas/metajam,
https://nceas.github.io/metajam/
Encoding: UTF-8
LazyData: true
Language: en-US
RoxygenNote: 7.2.3
URL: https://nceas.github.io/metajam/
BugReports: https://github.com/nceas/metajam/issues
Imports:
dataone,
Expand All @@ -62,7 +64,4 @@ Suggests:
rmarkdown,
testthat,
udunits2
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion man/download_d1_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/download_d1_data_pkg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/metajam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/read_d1_files.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bbd55f

Please sign in to comment.