-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clpalettes, clcolors are broken #19
Comments
Install the newest version and it should work. Please test |
@MartinMSPedersen Latest version is 0.3.6? I've tried installing with this repo as well, but the problem still persists.
|
It does work here: > devtools::install_github("andrewheiss/colourlovers")
Downloading GitHub repo andrewheiss/colourlovers@HEAD
✔ checking for file ‘/tmp/RtmpUlMSCv/remotes333337aca41a/andrewheiss-colourlovers-9e06239/DESCRIPTION’ ...
─ preparing ‘colourlovers’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘colourlovers_0.3.6.tar.gz’
Installing package into ‘/home/tusk/R/x86_64-pc-linux-gnu-library/4.1’
(as ‘lib’ is unspecified)
* installing *source* package ‘colourlovers’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (colourlovers) > library(colourlovers)
> palette <- sample(clpalettes('top'), 1)[[1]]
> palette()
[1] "black" "#DF536B" "#61D04F" "#2297E6" "#28E2E5" "#CD0BBC" "#F5C710"
[8] "gray62" |
Indeed it is borken again. Some HTML parsing problems. I will fix it. |
OK. I have fixed it again. This time a change from http to https solved the problem: |
It's not working again. |
Are you sure? It works for me currently. devtools::install_github("andrewheiss/colourlovers")
library("colourlovers")
palette <- sample(clpalettes('top'), 1)[[1]]
palette()
[1] "black" "#DF536B" "#61D04F" "#2297E6" "#28E2E5" "#CD0BBC" "#F5C710" "gray62" |
The text was updated successfully, but these errors were encountered: