I am trying to do KEGG analysis and I could not find the pathway data for Plasmodium falciparum in the gage package
data(kegg.sets.hs)
data(go.sets.hs)
data(carta.hs)
data(kegg.sets.mm)
data(go.sets.mm)
data(kegg.sets.rn)
data(go.sets.rn)
data(kegg.sets.sc)
data(go.sets.sc)
is there any package to provide me with relevant data for plasmodium

I am afraid that I am a beginner in R
How to upload "Plasmodium falciparum Dd2" data?
Check out the KEGGREST vignette for information on how to use the package. Found here: https://bioconductor.org/packages/release/bioc/vignettes/KEGGREST/inst/doc/KEGGREST-vignette.html
I haven't used this package much so I encourage you to check out the package vignette and documentation but I think to get the pathways you could do something like
keggLink("pathway", "pfd")