Skip to content

Commit

Permalink
CRAN release candidate.
Browse files Browse the repository at this point in the history
Fixes CRAN findings:

Thanks, we see:

   Found the following (possibly) invalid file URIs:
     URI: LICENSE
       From: inst/doc/tryCatchLog-intro.html
     URI: cond
       From: NEWS.md

Please include the files in the correct directories or link to documents
via fully specified URLs.

Please fix and resubmit.
  • Loading branch information
aryoda committed Nov 6, 2019
1 parent b016d58 commit 12479bf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
# Example code in package build process
Expand Down Expand Up @@ -35,3 +34,6 @@ tests/testthat/dump*.rda
inst/doc
# Disabled again since Rd files are required for travis CI (or I have to find a way to roxygenize on travis)
# /man/*.Rd
Rprof.out
Rprofmem.out
/R/profile_test.R
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tryCatchLog
Title: Advanced 'tryCatch()' and 'try()' Functions
Version: 1.1.5
Version: 1.1.6
Authors@R: c(
person("Juergen", "Altfeld", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Charles", "Epaillard", email = "[email protected]", role = "ctb")
Expand Down
21 changes: 20 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ For the conventions for files NEWS and ChangeLog in the GNU project see
https://www.gnu.org/prep/standards/standards.html#Documentation
-->

## Version 1.1.6 (Nov 6, 2019)

* CRAN release version (with fixed broken unit test that caused this
package to be removed from CRAN three weeks ago)
* Fixed CRAN submission finding:

> Thanks, we see:
>
> Found the following (possibly) invalid file URIs:
> URI: LICENSE
> From: inst/doc/tryCatchLog-intro.html
> URI: cond
> From: NEWS.md
>
> Please include the files in the correct directories or link to documents
> via fully specified URLs.


## Version 1.1.5 (Sept 30, 2019)

* Implemented feature request #44: Support configurable suppression of compact and full stack trace
Expand Down Expand Up @@ -175,7 +194,7 @@ https://www.gnu.org/prep/standards/standards.html#Documentation
## Version 0.9.5 (Nov. 18, 2017)

* Added: Function `last.tryCatchLog.log` to retrieve the log output of the call of `tryLog` or `tryCatchLog`
* Fixed bug #17: tryCatchLog throws: Error in value[[3L]](cond) : unused argument (cond)
* Fixed bug #17: tryCatchLog throws: Error in value`[[3L]](cond)` : unused argument (cond)
* NULL as value for error argument throws an explicit error (instead of an implicit deep down in R)
* Improved: Documentation

Expand Down
2 changes: 1 addition & 1 deletion vignettes/01_license.Rmd_child
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received [a copy of the GNU General Public License](LICENSE)
You should have received [a copy of the GNU General Public License](https://github.com/aryoda/tryCatchLog/blob/master/LICENSE)
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 comments on commit 12479bf

Please sign in to comment.