Skip to content

Commit fb3ba30

Browse files
remove problematic link for CRAN
1 parent bda4cbc commit fb3ba30

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

cran-comments.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
Resubmit to fix new problematic link found in the latest check; not sure why this was not reported in last check
2-
3-
Resubmit 2 to fix last remaining link in check; sorry I missed this one
4-
5-
Resubmit 1 to fix links for CRAN
6-
71
## Test environments
8-
* local Windows 10 install, R 3.6.2
2+
* local Windows 10 install, R 4.3.1
93
* rhub check_for_cran
104
* winbuilder
11-
* travis-ci
5+
* github actions check for cran - ubuntu, mac, windows
126

137
## R CMD check results
148

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ articles:
55
intro_htmlwidgets: intro_htmlwidgets.html
66
intro_inputs: intro_inputs.html
77
intro_reactR: intro_reactR.html
8-
last_built: 2023-10-11T02:37Z
8+
last_built: 2023-10-11T03:01Z
99

vignettes/intro_inputs.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ withr::with_dir(
8585
### Building the JavaScript
8686

8787
The next step is to navigate to the newly-created `colorpicker` project and run
88-
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):
88+
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:
8989

9090
```
9191
yarn install

0 commit comments

Comments
 (0)