colourlovers
colourlovers copied to clipboard
clpalettes, clcolors are broken
palette <- sample(clpalettes('top'), 1)[[1]] Opening and ending tag mismatch: input line 115 and form Opening and ending tag mismatch: input line 114 and div Opening and ending tag mismatch: input line 113 and div Opening and ending tag mismatch: form line 98 and div Entity 'bull' not defined Entity 'bull' not defined Opening and ending tag mismatch: div line 92 and body Opening and ending tag mismatch: div line 84 and html Premature end of data in tag div line 82 Premature end of data in tag body line 81 Premature end of data in tag html line 5 Error: 1: Opening and ending tag mismatch: input line 115 and form 2: Opening and ending tag mismatch: input line 114 and div 3: Opening and ending tag mismatch: input line 113 and div 4: Opening and ending tag mismatch: form line 98 and div 5: Entity 'bull' not defined 6: Entity 'bull' not defined 7: Opening and ending tag mismatch: div line 92 and body 8: Opening and ending tag mismatch: div line 84 and html 9: Premature end of data in tag div line 82 10: Premature end of data in tag body line 81 11: Premature end of data in tag html line 5
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.
devtools::install_github("andrewheiss/colourlovers")
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: https://github.com/andrewheiss/colourlovers/pull/20/commits/49f405c71d032d02eb45e50ed4570067c753493b
It's not working again.
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"