Skip to content

Commit

Permalink
remove problematic link for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Oct 11, 2023
1 parent bda4cbc commit fb3ba30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
Resubmit to fix new problematic link found in the latest check; not sure why this was not reported in last check

Resubmit 2 to fix last remaining link in check; sorry I missed this one

Resubmit 1 to fix links for CRAN

## Test environments
* local Windows 10 install, R 3.6.2
* local Windows 10 install, R 4.3.1
* rhub check_for_cran
* winbuilder
* travis-ci
* github actions check for cran - ubuntu, mac, windows

## R CMD check results

Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
intro_htmlwidgets: intro_htmlwidgets.html
intro_inputs: intro_inputs.html
intro_reactR: intro_reactR.html
last_built: 2023-10-11T02:37Z
last_built: 2023-10-11T03:01Z

2 changes: 1 addition & 1 deletion vignettes/intro_inputs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ withr::with_dir(
### Building the JavaScript

The next step is to navigate to the newly-created `colorpicker` project and run
the following commands in the terminal. If you're new the terminal, we recommend opening your newly created RStudio `~/colorpicker/colorpicker.Rproj` project file, then running the following in the [RStudio terminal tab](https://support.posit.co/hc/en-us/articles/115010737148-Using-the-RStudio-Terminal):
the following commands in the terminal. If you're new the terminal, we recommend opening your newly created RStudio `~/colorpicker/colorpicker.Rproj` project file, then running the following in the RStudio terminal tab:

```
yarn install
Expand Down

0 comments on commit fb3ba30

Please sign in to comment.