Repo
https://github.com/pzhaonet/mindr
Brief Intro and curriculum
'mindr' is an R package that can convert a markdown file or multiple markdown files, such as steem posts, into one mindmap. mindr can also convert a mindmap into a markdown file, which can be a good start of your post. A brief introduction can be found in one of my previous posts:
- [New Project] mindr: an R package that creates a markdown post out of a mind map
- [New Features] mindr supports tibble dataframes!
New Features
In the recent months, I have received many kind feedbacks and helpful suggestions from mindr users. I did not improve or enhance mindr until the latest week. Now the new version 1.1.5 brings more exciting features.
Create mind maps out of a directory.
I added a new function
dir2()
to create a mind map out of a directory in the user's computer.Commit: compitable with both the old and new versions of mindmaps. new function
Support the new format of FreeMind mind maps.
The new format of FreeMind mind maps uses
/>
rather than</node>
as the ending of a node. I added the compatibility for both the old and the new.Commit: compitable with both the old and new versions of mindmaps
Display FreeMind mind maps directly, as a reply to askhari139's comment.
I added a new parameter to the function
markmap(input = c('.md', '.mm'))
. Now it can display not only markdown files, but also FreeMind mind maps in a markmap widge.commit: display .mm files directly
Filter for file types were added, as a reply to wuffi's comment. Support hyperlinks in FreeMind mind maps, as a reply to instantkaffee's comment.
I added a new paramter
pattern
to the funcrtionmd2mm
, by which the uses can decide what files to import. By default, the '.md' and '.Rmd' files are imported.Commit: file filter
Enhance the support for bookdown projects, according to Yihui's suggestions.
I added a parameter 'bookdown_style' to the function
md2mm
. If the user choose the bookdown style, then mindr will put 'index.Rmd' before all the rest files, and lower the levels of the chapter headings if there is# (Part)
,# (APPENDIX)
or# Reference
. The identification of chapter headings were improved as well.Commit: enchance the support for bookdown project
A mind map produced from the bookdown project the Blogdown Book is as follows.
Some minor bugs were fixed, partly according to jooyoungseo's comment
Commits:
Thanks for the contribution, @dapeng! It's great to see you have been responding to the feedback and suggestions you received by actually implementing the features - I'm sure the users really appreciate that!
I was wondering if there is a reason you removed your project's license in this commit? It now doesn't contain anything other than
which means that it technically isn't open source anymore (I could be wrong). I would suggest you add revert this or add another open source license to your project.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @amosbastian! Thank you for your fast response. As the package mindr has been submitted to CRAN, it has to fulfill the CRAN requirements, including the CRAN rule of license. It means that I have to clarify the license in the DESCRIPTION file like
License: MIT + file LICENSE
and the text you mentioned in 'LICENSE'. CRAN rejects those submissions without these texts. This CRAN rule was criticized on stackoverflow.I have just made a new commit and added a LICENCE file for Github, and hided the CRAN LICENSE file. We will see what CRAN's response will be.
Thank you for your careful review and kind suggestions!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I see. Good luck with CRAN's response!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for your review, @amosbastian!
So far this week you've reviewed 4 contributions. Keep up the good work!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @dapeng! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :
Award for the number of comments received
Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word
STOP
Do not miss the last post from @steemitboard:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @dapeng!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey, @dapeng!
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit