Skip to content
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

Open
cry-xyz opened this issue Sep 17, 2021 · 7 comments
Open

clpalettes, clcolors are broken #19

cry-xyz opened this issue Sep 17, 2021 · 7 comments

Comments

@cry-xyz
Copy link

cry-xyz commented Sep 17, 2021

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

@MartinMSPedersen
Copy link
Contributor

Install the newest version and it should work. Please test

@ralphilius
Copy link

@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")

@MartinMSPedersen
Copy link
Contributor

It does work here:

> devtools::install_github("andrewheiss/colourlovers")
Downloading GitHub repo andrewheiss/colourlovers@HEADchecking for file/tmp/RtmpUlMSCv/remotes333337aca41a/andrewheiss-colourlovers-9e06239/DESCRIPTION...preparingcolourlovers:checking DESCRIPTION meta-information ...checking for LF line-endings in source and make files and shell scriptschecking for empty or unneeded directoriesbuildingcolourlovers_0.3.6.tar.gzInstalling package into/home/tusk/R/x86_64-pc-linux-gnu-library/4.1’
(aslibis unspecified)
* installing *source* packagecolourlovers...
** 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"

@MartinMSPedersen
Copy link
Contributor

Indeed it is borken again. Some HTML parsing problems. I will fix it.

@MartinMSPedersen
Copy link
Contributor

OK. I have fixed it again. This time a change from http to https solved the problem:
49f405c

@IwoA
Copy link

IwoA commented Dec 26, 2022

It's not working again.

@MartinMSPedersen
Copy link
Contributor

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants