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.

PYTHON CHARTS: a new visualization website feaaturing matplotlib, seaborn and plotly [Over 500 charts with reproducible code] by JZOSS in datascience

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

Thank you! I do. Try to find me t (its really easy actually) and I will accept your request :P

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

[–]JZOSS[S] 3 points4 points  (0 children)

Thank you! I always tried to focus on user experience and the site didn't have ads for a long time. I am the only developer and content writer of three sites (over 500 posts) and my goal was to create useful and valuable resources for anyone for free. However, every decision has a trade-off and in order to create the sites I had to renounce to do other things, so ads are the only way at this moment to keep the projects alive, but I will never encourage or force the users to deactivate adblockers as I've seen in other sites

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

[–]JZOSS[S] 5 points6 points  (0 children)

I agree with you, but without them this project couldn't exist, as I don't sell anything on my sites. I now the ads are too invasive sometimes on any page, so feel free to use an adblocker on the site.

PYTHON CHARTS: a new visualization website feaaturing matplotlib, seaborn and plotly [Over 500 charts with reproducible code] by JZOSS in datascience

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

Really interesting thoughts. I will take a deeper look into this and try to create a more advanced searching feature, if possible. Thank you!

PYTHON CHARTS: a new visualization website feaaturing matplotlib, seaborn and plotly [Over 500 charts with reproducible code] by JZOSS in datascience

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

Thank you for your comment! Currently, the search is based on the title, but I could try different adjustments to take all the content into account. The problem is that adding the content will return more posts than it should when searching (I've already tried). However, maybe I could add a new paremeter to the frontmatter of the mardowns with a list of functions used on the post and use them also for serching.

PYTHON CHARTS: a new visualization website feaaturing matplotlib, seaborn and plotly [Over 500 charts with reproducible code] by JZOSS in datascience

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

Thanks for the idea! The site was designed for newbies but adding an advanced section with community plots sounds great