Search
205 results for “coolbutuseless”
-
Another cool and useful package from @coolbutuseless: {emphatic} augments the output of data.frames, matrices and simple vectors in R by adding user-defined ANSI highlighting. https://coolbutuseless.github.io/package/emphatic/ #rstats #print #helper
-
Yet another cool and useful package from @coolbutuseless: {minixml} lets you build xml files in a programmatic way. I see good use for it in one of the internal packages at work... https://coolbutuseless.github.io/package/minixml/ #RStats #XML #cool #useful
-
Another cool and useful package from @coolbutuseless: {emphatic} augments the output of data.frames, matrices and simple vectors in R by adding user-defined ANSI highlighting. https://coolbutuseless.github.io/package/emphatic/ #rstats #print #helper
-
Another cool and useful package from @coolbutuseless: {emphatic} augments the output of data.frames, matrices and simple vectors in R by adding user-defined ANSI highlighting. https://coolbutuseless.github.io/package/emphatic/ #rstats #print #helper
-
Inspired by @kamapu map for day 16 of #30DayMapChallenge and playing with the amazing {isocubes} by @coolbutuseless I decided to do an spatial introduction.
I'm from León, a province in the NW of Spain. Here is where I was born and raised and where after some time I got my BSc in Biology.
1/n
-
Inspired by @kamapu map for day 16 of #30DayMapChallenge and playing with the amazing {isocubes} by @coolbutuseless I decided to do an spatial introduction.
I'm from León, a province in the NW of Spain. Here is where I was born and raised and where after some time I got my BSc in Biology.
1/n
-
Inspired by @kamapu map for day 16 of #30DayMapChallenge and playing with the amazing {isocubes} by @coolbutuseless I decided to do an spatial introduction.
I'm from León, a province in the NW of Spain. Here is where I was born and raised and where after some time I got my BSc in Biology.
1/n
-
Inspired by @kamapu map for day 16 of #30DayMapChallenge and playing with the amazing {isocubes} by @coolbutuseless I decided to do an spatial introduction.
I'm from León, a province in the NW of Spain. Here is where I was born and raised and where after some time I got my BSc in Biology.
1/n
-
Inspired by @kamapu map for day 16 of #30DayMapChallenge and playing with the amazing {isocubes} by @coolbutuseless I decided to do an spatial introduction.
I'm from León, a province in the NW of Spain. Here is where I was born and raised and where after some time I got my BSc in Biology.
1/n
-
#RStats #bytebeat - minimalist audio generation
# Search for "bytebeats'
`%>>%` <- bitwShiftR
`%&%` <- bitwAnd
`%|%` <- bitwOrt <- seq(0, 8000 * 4)
snd <- (t * (((t %>>% 12) %|% (t %>>% 8)) %&% (63 %&% (t %>>% 4))) )
audio::play(snd %% 255, rate = 8000)
Sys.sleep(4)snd <- t * (42 %&% (t %>>% 10))
audio::play(snd %% 255, rate = 8000) -
#RStats CRAN ideas:
"R CMD CHECK --as-cran" needs the following auto checks before submission:
* extra whitespace in DESCRIPTION
* all functions have "@example" in RdI figure they use them as some sort of gatekeeping shibboleth in the review process - but just make them auto-checks proir to submission!!
R-Core/CRAN keeps telling us time, and volunteer hours, are precious, yet we go through this dance all-the-bloody-time!
-
#RStats CRAN Musings:
Are CRAN making things harder for themselves?
1. Submitted {nara} to CRAN 8 days ago
2. Rejected 4 days ago because of
* One extra space in DESCRIPTION
* I didn't acknowledge author of *public domain* code I used
3. Fixed. Resubmitted.
4. Still waiting 3 days later. -
#RStats CRAN Musings:
Are CRAN making things harder for themselves?
1. Submitted {nara} to CRAN 8 days ago
2. Rejected 4 days ago because of
* One extra space in DESCRIPTION
* I didn't acknowledge author of *public domain* code I used
3. Fixed. Resubmitted.
4. Still waiting 3 days later. -
#RStats CRAN Musings:
Are CRAN making things harder for themselves?
1. Submitted {nara} to CRAN 8 days ago
2. Rejected 4 days ago because of
* One extra space in DESCRIPTION
* I didn't acknowledge author of *public domain* code I used
3. Fixed. Resubmitted.
4. Still waiting 3 days later. -
#RStats CRAN Musings:
Are CRAN making things harder for themselves?
1. Submitted {nara} to CRAN 8 days ago
2. Rejected 4 days ago because of
* One extra space in DESCRIPTION
* I didn't acknowledge author of *public domain* code I used
3. Fixed. Resubmitted.
4. Still waiting 3 days later. -
#RStats CRAN Musings:
Are CRAN making things harder for themselves?
1. Submitted {nara} to CRAN 8 days ago
2. Rejected 4 days ago because of
* One extra space in DESCRIPTION
* I didn't acknowledge author of *public domain* code I used
3. Fixed. Resubmitted.
4. Still waiting 3 days later. -
#RStats CRAN question -
If I include code that is explicitly in the public domain, do I have to include authors as part of the Authors@R in the DESCRIPTION?
The code is in the public domain. The author didn't actively contribute to the package. Nor are they a copyright owner.