Skip to content

Commit

Permalink
Another CRAN submission try
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Dec 2, 2018
1 parent 0f1f89f commit 77ec0ed
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Package: RCarb
Type: Package
Title: Dose Rate Modelling of Carbonate-Rich Samples
Version: 0.1.2
Date: 2018-12-02
Author: Sebastian Kreutzer [aut, trl, cre, dtc] (<https://orcid.org/0000-0002-0734-2199>),
Roger P. Nathan [aut, cph],
Barbara Mauz [aut, cph] (<https://orcid.org/0000-0003-1504-333X>)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## RCarb 0.1.2 (Release date: 2018-11-27)
## RCarb 0.1.2 (Release date: 2018-12-02)

* Update internal references
* Modify example in write_InputTemplate() to comply with CRAN requests

## RCarb 0.1.1 (Release date: 2018-11-20)

Expand Down
2 changes: 1 addition & 1 deletion R/RCarb-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' **Package:** \tab RCarb\cr
#' **Type:** \tab Package\cr
#' **Version:** \tab 0.1.2\cr
#' **Date:** \tab 2018-11-27\cr
#' **Date:** \tab 2018-12-02\cr
#' **License:** \tab GPL-3
#' }
#'
Expand Down
5 changes: 4 additions & 1 deletion R/write_InputTemplate.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
#' @section Function version: 0.1.0
#'
#' @examples
#'
#' ##create template without file creation
#' write_InputTemplate()
#'
#' \dontrun{
#' ##Example with file output
#' write_InputTemplate(file = "~/Desktop/Input.csv")
#' ##To run: uncomment and modify path
#' #write_InputTemplate(file = "[YOUR PATH]")
#'
#' }
#'
Expand Down
Binary file modified RCarb.BuildResults/RCarb-Ex.pdf
Binary file not shown.
Binary file modified RCarb.BuildResults/RCarb-manual.pdf
Binary file not shown.
Binary file modified RCarb.BuildResults/RCarb_0.1.2.tar.gz
Binary file not shown.
Binary file modified RCarb.BuildResults/RCarb_0.1.2.tgz
Binary file not shown.
15 changes: 9 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## Release summary

This is a new package submission. This submission
accounts for the issues raised by Uwe Ligges.
Follow up submission to account for the issue raised by Uwe Ligges.

> Thanks, please single quote software names such as 'MATLAB' in the Description field.
> ##Example with file output
> write_InputTemplate(file = "~/Desktop/Input.csv")
Done.
The example was already wrapped in by a `\dontrun{}` comment and with it not
really different from the example given in, e.g., `utils::write.table()`
Anyway, we changed it to:

> Please add DOIs to the references if available in the form <DOI:10......>.
`#write_InputTemplate(file = "[YOUR PATH]")`

Done.
(including the `#`). The suggestion `tempdir()` was not used to avoid confusion; some
unexperienced users may think that `tempdir()` is part of the needed call.

## Reverse dependency checks

Expand Down
2 changes: 1 addition & 1 deletion man/RCarb-package.Rd

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

5 changes: 4 additions & 1 deletion man/write_InputTemplate.Rd

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

0 comments on commit 77ec0ed

Please sign in to comment.