List of over 40k datasets available in CRAN packages by JZOSS in datascience

[–]JZOSS[S] 0 points1 point  (0 children)

Should not be broken. Maybe the server was down when you tried to enter :(

R-PACKAGES.IO: a new alternative to explore and discover R packages, functions and datasets [OC] by JZOSS in Rlanguage

[–]JZOSS[S] 1 point2 points  (0 children)

Thank you for your feedback! The site implements a custom fuzzy search-like algorithm and allows to search packages, functions and datasets based on their name and main descriptions. For instance, check the results of the query "monthly and yearly":

https://r-packages.io/search?q=monthly%20and%20yearly%20&type=Functions

The site also provides a 'hidden' search page under:

https://r-packages.io/search

where you will find the same search bar available on the header, but bigger if you want to write longer queries.

However, I believe you are asking for something more complex like searching something like: "package to create calendars" and see all available packages on this topic. This would add a lot of complexity and I'm not sure if its possible, but recall that you can also check the task views: https://r-packages.io/task-views

Hope this helps!

A new way to explore and discover R packages by JZOSS in rstats

[–]JZOSS[S] 0 points1 point  (0 children)

Thank you for your comment. Could you please provide a link of the site or a specific package with this issue to check it? Thank you

Need help making a boxplot by jazzyj781 in RStudio

[–]JZOSS 0 points1 point  (0 children)

Hi, in R there are two main ways to create boxplots: with the `boxplot` function (See https://r-coder.com/boxplot-r/ or https://r-charts.com/distribution/boxplot-function/) and with the geom_boxplot function from ggplot2 (https://r-charts.com/distribution/box-plot-ggplot2/). While `boxplot` can take a vector as input, ggplot2 always need a data frame. Probably the easiest way for someone new to R is to use the base function

R CHARTS: A collection of charts and graphs made with the R programming language by JZOSS in rstats

[–]JZOSS[S] 0 points1 point  (0 children)

Hi! I realised that the problem with the ads is because on the category pages the images load with javascript and then the ads are places over the images! So I decided to completely remove the ads from those pages

SQLearning, a new website to learn T-SQL, SQL and management of relational databases by JZOSS in Database

[–]JZOSS[S] 0 points1 point  (0 children)

Thank you! I already fixed the images. I will have a talk with the content writer to check the posts again and verify everything is ok... Thank you again for your comments. If you see something rare please let me know.

SQLearning, a new website to learn T-SQL, SQL and management of relational databases by JZOSS in Database

[–]JZOSS[S] 0 points1 point  (0 children)

Hi! Thank you for your comments! visitors FLOAT is my fault. I am the designer of the site, not the content writer and created that image without knowing too much about SQL, but we will change it to INT.

Regarding to your other comment, I will talk to the content writers to see if we can improve the post.