Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 2.25 KB

cran-comments.md

File metadata and controls

93 lines (52 loc) · 2.25 KB

tidycwl 1.0.6

Test environments

  • Local macOS install, R 4.1.2
  • Ubuntu 16.04.6 LTS (on Travis-CI), R 4.0.2
  • win-builder (release, devel, and oldrelease)

R CMD check results

There were no ERRORs or WARNINGs.

tidycwl 1.0.4

Test environments

  • Local macOS install, R 3.6.1
  • Ubuntu 16.04.6 LTS (on Travis-CI), R 3.6.1
  • win-builder (release, devel, and oldrelease)

R CMD check results

There were no ERRORs or WARNINGs.

Solaris check fix

Run example code conditionally which requires pandoc to support CRAN's Solaris environment. Added pandoc to the SystemRequirements field.

tidycwl 1.0.3

Test environments

  • Local macOS install, R 3.6.1
  • Ubuntu 16.04.6 LTS (on Travis-CI), R 3.6.1
  • win-builder (release, devel, and oldrelease)

R CMD check results

There were no ERRORs or WARNINGs.

License file

Removed the redundant copy of the full AGPL-3 license file as requested.

tidycwl 1.0.2

Test environments

  • Local macOS install, R 3.6.1
  • Ubuntu 16.04.6 LTS (on Travis-CI), R 3.6.1
  • win-builder (release, devel, and oldrelease)

R CMD check results

There were no ERRORs or WARNINGs.

Single quotes

Added single quotes for package names, software names, and API names to the Title and Description section as suggested.

if(interactive()){} statement

Removed the if(interactive()){} statement from the example in export_html.Rd since it was unnecessary.

System requirements

Added PhantomJS to the SystemRequirements field since it is an essential system dependency to run export_image() and the example code in export_image.Rd.

tidycwl 1.0.1

Test environments

  • Local macOS install, R 3.6.1
  • Ubuntu 16.04.6 LTS (on Travis-CI), R 3.6.1
  • win-builder (release, devel, and oldrelease)

R CMD check results

There were no ERRORs or WARNINGs.

Detailed Description text

More details about the package functionality have been added to the Description text.

Files writing location

  • The examples in export_html() and export_image() have been updated to only write files to tempdir() instead of user's home filespace.

  • Double-checked all examples/vignettes/tests. No other code found writing to home filespace.

Missing RD tags

The \value tag has been added to exported functions to explain the return results.